home *** CD-ROM | disk | FTP | other *** search
/ Super Hot Shareware / Digital Concepts Inc. - PC World - SUPER HOT SHAREWARE.iso / Win98 / Access / browserdoc.dll / HTML / IDR_SIDECAR_HTML < prev   
Text File  |  2000-02-03  |  3KB  |  128 lines

  1. <!-- saved from url=(0022)http://internet.e-mail -->
  2. <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN"
  3.             "http://www.w3.org/TR/REC-html40/loose.dtd">
  4. <html>
  5. <head>
  6.     <title>EarthLink Sidecar</title>
  7.     <style type="text/css">
  8.         BODY 
  9.         { font-family: Verdana;
  10.           background: #ccf;
  11.           padding:0px;
  12.           margin:0px; }
  13.         
  14.         #titlebar
  15.         { background: #66c;
  16.           padding: 2px 3% 2px 3%; }
  17.     
  18.         #titletext
  19.         { font: bold 18px;
  20.             color: white;
  21.             width: 50%;
  22.             filter: dropshadow(color=#336,offX=2,offY=2); }
  23.     
  24.         #personalize
  25.         { position: relative;
  26.           top: 5px;
  27.           color: white;
  28.             font-size: 10px;
  29.             float: right; }
  30.  
  31.         #personalize A
  32.         { color: white; }
  33.         
  34.         #text
  35.         { margin:10px;
  36.           font-size: 11px;
  37.           line-height:15px; }
  38.           
  39.         #text A:link
  40.         { color: #003; }
  41.         
  42.         #text A:visited
  43.         { color: #669; }
  44.     
  45. .datacontainer
  46. { width: 95%;
  47.     background: black;
  48.     position:relative;
  49.     float: right;
  50.     margin: 6px 0px 8px 8px; }
  51.  
  52. .titlebar
  53. { width:100%;
  54.   background: black;
  55.     color: white;
  56.     font-size: 9px;
  57.     font-weight: bold;
  58.     padding: 1px 0px 1px 6px; }
  59.     
  60. .titlecolor
  61. { background: black; }
  62.     
  63.   
  64. .bottomdata
  65. { background: #66c;
  66.     font-size: 10px;
  67.     padding: 3px 4% 0px 4%; }
  68.  
  69. .datacontent
  70. { background: #5252b8;
  71.     font-size: 10px;
  72.     text-align: center;
  73.   color: white;
  74.   padding: 3px;
  75.   font-weight: bold; }
  76.  
  77.     </style>
  78. </head>
  79. <body>
  80. <div id="titlebar">
  81.     <span id="personalize">not logged on</span>
  82.     <span id="titletext">Sidecar</span>
  83. </div>
  84. <div id="text">
  85.     Your <b>EarthLink SideCar</b> needs an Internet connection to
  86.     bring you the latest information. If you'd like to use its
  87.     features, please <b><a href="http://start.earthlink.net">connect to EarthLink</a></b>.
  88. </div>
  89.  
  90.  
  91. <div id="dataDIV">
  92. <div id="stockticker" class="datacontainer">
  93.         <table border="0" cellpadding="0" cellspacing="0" id="stocktitle">
  94.             <tr>
  95.                 <td width="4" class="titlecolor" valign="top"></td>
  96.                 <td><div class="titlebar">stock ticker</div></td>
  97.             </tr>
  98.         </table>
  99.         <div id="stockquotes" class="datacontent">
  100.          Not Available
  101.         </div>
  102.     </div>
  103.     
  104.     <div id="newsticker" class="datacontainer">
  105.         <table border="0" cellpadding="0" cellspacing="0" id="newstitle">
  106.             <tr>
  107.                 <td width="4" class="titlecolor" valign="top"></td>
  108.                 <td><div class="titlebar">news ticker</div></td>
  109.             </tr>
  110.         </table>
  111.         <div id="newslinks" class="datacontent">
  112.             Not Available
  113.         </div>
  114.     </div>
  115.     
  116.     <div id="mailbox" class="datacontainer">
  117.         <table border="0" cellpadding="0" cellspacing="0" id="mailtitle">
  118.             <tr>
  119.                 <td width="4" class="titlecolor" valign="top"></td>
  120.                 <td><div class="titlebar">earthlink mailbox</div></td>
  121.             </tr>
  122.         </table>
  123.         <div id="messages" class="datacontent">Not Available</span>
  124.         </div>
  125.     </div>
  126. </body>
  127. </html>
  128.